(dired-mode-map): Add key binding `C-te' for
authorMathias Dahl <mathias.dahl@gmail.com>
Wed, 19 Jul 2006 10:39:35 +0000 (10:39 +0000)
committerMathias Dahl <mathias.dahl@gmail.com>
Wed, 19 Jul 2006 10:39:35 +0000 (10:39 +0000)
`tumme-dired-edit-comment-and-tags'.

lisp/dired.el

index 64b73184397479a43d756c2833cadc15b739c885..59fb21a004f5fc2aa029900a540b1ee9a3e5faa9 100644 (file)
@@ -1260,6 +1260,7 @@ Do so according to the former subdir alist OLD-SUBDIR-ALIST."
     (define-key map "\C-tc" 'tumme-dired-comment-files)
     (define-key map "\C-tf" 'tumme-mark-tagged-files)
     (define-key map "\C-t\C-t" 'tumme-dired-insert-marked-thumbs)
+    (define-key map "\C-te" 'tumme-dired-edit-comment-and-tags)
 
     ;; Make menu bar items.